@media (max-width:475px) {
    .common-category-card {
        max-width: 160px !important;
        min-width: 160px !important;
    }

    .price-badge {
        font-size: 14px !important;
        margin-right: 4px !important;
    }

    .offer-price-badge {
        font-size: 14px !important;
    }

    .offer-percentage-badge {
        font-size: 10px !important;
        padding: 3px 8px !important;
    }

    .view-reviews-link {
        font-size: 14px !important;
    }

    .reveal-phone-btn {
        font-size: 14px !important;
        padding-left: 0 !important;
        padding-right: 3px !important;
    }

    .profile-rating {
        font-size: 20px !important;
    }

    .description-span p {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    .share-report-wrapper {
        margin-top: 5px !important;
        margin-left: 5px !important;
    }

    .share-report-wrapper .share-report-btn {
        font-size: 14px !important;

    }

    .delete-profile-wrapper {
        margin-bottom: 50px !important;
    }

    .delete-profile-wrapper .delete-profile {
        flex-direction: column !important;
    }

    .delete-profile-wrapper .delete-profile h2 {
        font-size: 18px !important;
    }

    .delete-profile-wrapper .delete-profile button {
        width: 50% !important;
        margin-top: 10px !important;
        font-size: 13px !important;
    }

    .price-label-wrapper .price-span {
        font-size: 14px !important;
        margin-right: 2px !important;
    }

    .price-label-wrapper .offer-span {
        font-size: 14px !important;
        margin-right: 4px !important;
        font-weight: 500 !important;

    }

    .price-label-wrapper .offer-percentage-span {
        font-size: 11px !important;
    }

    .forgot-password-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .forgot-password-wrapper .forgot-pass-link {
        font-size: 14px !important;
    }

    .share-ad-modal-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 15px 0 !important;
    }

    .share-ad-modal-wrapper .social-media-wrapper {
        margin-top: 0 !important;
    }

    .reach-more-card {
        padding-top: 10px !important;
    }

    .bottom-navbar-wrapper {
        padding-top: 8px !important;
    }

    .bottom-navbar-wrapper .nav-text-span {
        font-size: 13px !important;
    }

    .bottom-navbar-wrapper .nav-menu-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .related-ads-wrapper {
        margin-bottom: 20px !important;
    }

    .contact-label-span {
        font-size: 14px !important;
    }

    .common-breadcrumb-wrapper {
        margin-bottom: 8px !important;
    }

    .published-on-text {
        font-size: 13px !important;
    }

    /* single product */
    .single-product-img-wrapper {
        height: 350px;
    }

    /* gallery show modal */
    .gallery-show-modal {
        background-color: white;
    }

    .gallery-show-modal .img-template-wrapper {
        padding: 0 !important;
    }

    .gallery-show-modal .gallery-modal-img {
        height: 500px !important;
        border-radius: 0 !important;
        object-fit: cover !important;
    }

    .location-cat-name {
        font-size: 14px !important;
    }

    .ad-overview-wrapper {
        margin-bottom: 145px;
    }
    .offer-text-span{
        font-size: 14px !important;
    }
    .offer-img-user{
        width: 20px !important;
        height: 20px !important;
    }
    .user-icon-img{
        width: 18px !important;
        height: 18px !important;
    }
}